[Back]

MacOS X Developer Preview 4 Release Notes Copyright © 2000 by Apple Computer, Inc. All Rights Reserved.

MacOS X Developer Preview 4 Release Notes:
Java APIs for Cocoa

The Java APIs for the core Cocoa frameworks rest upon the foundation of Apple's Java/Objective-C integration technology (also known as the "Java Bridge"). This technology allows you to access the full potential of the Cocoa frameworks using Java code and without having to write any Objective-C code. The bridge even allows you to subclass Objective-C objects in Java; in addition, using the bridging tools, you can wrap your own Objective-C code to make it accessible to Java applications.

 

Changes In MacOS X Developer Preview 4

The following new APIs added to AppKit and Foundation between DP3 and DP4 are not exported in the Java APIs. This is a bug and will be addressed for the next update:

All other new API has Java counterparts.

We intend to rename com.apple.yellow to com.apple.cocoa in the next update.

Changes In MacOS X Developer Preview 2

The Java VM was updated between DP1 and DP2. This was found to cause some incompatibilities:

Some of the APIs added between DP1 and DP2 do not yet appear in the Java frameworks. For example, the new tooltip methods on NSView and NSMatrix.

NSTypesetter, recently made public, is not available in the Java APIs.

 

Other Notes